home *** CD-ROM | disk | FTP | other *** search
- <% '==================================================
- ' Microsoft Server Appliance
- ' Web Framework Error Codes
- ' Copyright (c) Microsoft Corporation. All rights reserved.
- '================================================== %>
- <%
-
- Const SA_NO_ERROR = 0
-
- Const SA_ERROR_INVALIDARG = 9000
- Const SA_ERROR_INVALIDPAGE = 9001
-
- Const SA_ERROR_CREATE_OBJECT_FAILED = 9002
- Const SA_ERROR_INITIALIZE_OBJECT_FAILED = 9003
-
- Const SA_ERROR_EXECUTE_TASK_FAILED = 9004
-
- %>
-